基本矩陣運(yùn)算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions : norm, distance, innerproduct,coldim, rowdim, rank, nullity. *
標(biāo)簽:
matrix
minor
determinant
transpose
上傳時(shí)間:
2013-12-09
上傳用戶:541657925
int trace (int i, int j, int low, IMAGE im,IMAGE mag, IMAGE ori) float gauss(float x, float sigma) float dGauss (float x, float sigma) float meanGauss (float x, float sigma) void hysteresis (int high, int low, IMAGE im, IMAGE mag, IMAGE oriim) void canny (float s, IMAGE im, IMAGE mag, IMAGE ori)
標(biāo)簽:
IMAGE
float
int
gauss
上傳時(shí)間:
2015-01-30
上傳用戶:杜瑩12345
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最優(yōu)的群體即為最優(yōu)的染色體群
% Trace----------最佳染色體所對(duì)應(yīng)的目標(biāo)函數(shù)值
% FUN------------目標(biāo)函數(shù)
% LB-------------自變量下限
% UB-------------自變量上限
% eranum---------種群的代數(shù),取100--1000(默認(rèn)1000)
% popsize--------每一代種群的規(guī)模;此可取50--100(默認(rèn)50)
% pcross---------交叉的概率,此概率一般取0.5--0.85之間較好(默認(rèn)0.8)
% pmutation------變異的概率,該概率一般取0.05-0.2左右較好(默認(rèn)0.1)
% options--------1×2矩陣,options(1)=0二進(jìn)制編碼(默認(rèn)0),option(1)~=0十進(jìn)制編碼,option(2)設(shè)定求解精度(默認(rèn)1e-4)
標(biāo)簽:
pmutation
BestPop
popsize
maximum
上傳時(shí)間:
2015-07-16
上傳用戶:Altman